window: Drop some dead code
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Sep 2021 04:01:24 +0000 (00:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Sep 2021 04:01:24 +0000 (00:01 -0400)
commit0b4817a1c6d0f1de8750fc1847cca21e47ffc044
tree48859de7ea8ebeab753b56e418ba6382a4540b93
parent7dab5322df21df9096572cf380be34de8e688b55
window: Drop some dead code

The gtk_window_set_buildable_property implementation
was only used to set the unused builder_visible flag.
Remove both the flag and the vfunc.

This means we no longer have any set_buildable_property
implementations and could eventually drop that vfunc and
the support for it in GtkBuilder.
gtk/gtkwindow.c